home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TFINDFORM / TFINDFORM.txt
Text File  |  2005-03-06  |  4KB  |  188 lines

  1. object FindForm: TFindForm
  2.   Left = 328
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find Files'
  6.   ClientHeight = 237
  7.   ClientWidth = 368
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnKeyPress = FormKeyPress
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TLabel
  19.     Left = 16
  20.     Top = 56
  21.     Width = 45
  22.     Height = 13
  23.     Caption = 'File &type:'
  24.   end
  25.   object PageControl1: TPageControl
  26.     Left = 4
  27.     Top = 10
  28.     Width = 361
  29.     Height = 193
  30.     ActivePage = TabSheet2
  31.     TabOrder = 0
  32.     object TabSheet1: TTabSheet
  33.       Caption = 'Name'
  34.       object Label1: TLabel
  35.         Left = 16
  36.         Top = 56
  37.         Width = 65
  38.         Height = 13
  39.         AutoSize = False
  40.         Caption = 'File &Name:'
  41.         FocusControl = ftype
  42.         Transparent = True
  43.       end
  44.       object ftype: TEdit
  45.         Left = 80
  46.         Top = 53
  47.         Width = 265
  48.         Height = 21
  49.         TabOrder = 0
  50.       end
  51.     end
  52.     object TabSheet2: TTabSheet
  53.       Caption = 'Date'
  54.       object Label2: TLabel
  55.         Left = 11
  56.         Top = 60
  57.         Width = 42
  58.         Height = 13
  59.         Caption = 'Between'
  60.         FocusControl = ftype
  61.         Transparent = True
  62.       end
  63.       object Label3: TLabel
  64.         Left = 193
  65.         Top = 60
  66.         Width = 18
  67.         Height = 13
  68.         Caption = 'and'
  69.         FocusControl = ftype
  70.         Transparent = True
  71.       end
  72.       object AllDates: TRadioButton
  73.         Left = 8
  74.         Top = 8
  75.         Width = 169
  76.         Height = 17
  77.         Caption = '&All dates'
  78.         TabOrder = 0
  79.         OnClick = AllDatesClick
  80.       end
  81.       object ModifiedDates: TRadioButton
  82.         Left = 8
  83.         Top = 32
  84.         Width = 185
  85.         Height = 17
  86.         Caption = '&Find files created or modified '
  87.         TabOrder = 1
  88.         OnClick = ModifiedDatesClick
  89.       end
  90.       object etime1: TDateTimePicker
  91.         Left = 64
  92.         Top = 56
  93.         Width = 121
  94.         Height = 21
  95.         Date = 37735.929405462960000000
  96.         Time = 37735.929405462960000000
  97.         TabOrder = 2
  98.       end
  99.       object etime2: TDateTimePicker
  100.         Left = 222
  101.         Top = 56
  102.         Width = 121
  103.         Height = 21
  104.         Date = 37735.929405462960000000
  105.         Time = 37735.929405462960000000
  106.         TabOrder = 3
  107.       end
  108.     end
  109.     object TabSheet3: TTabSheet
  110.       Caption = 'Size'
  111.       object bytesL: TLabel
  112.         Left = 160
  113.         Top = 78
  114.         Width = 32
  115.         Height = 13
  116.         Caption = 'kbytes'
  117.         Transparent = True
  118.       end
  119.       object AllSizes: TRadioButton
  120.         Left = 8
  121.         Top = 16
  122.         Width = 217
  123.         Height = 17
  124.         Caption = '&All sizes'
  125.         TabOrder = 0
  126.         OnClick = AllSizesClick
  127.       end
  128.       object CSize: TRadioButton
  129.         Left = 8
  130.         Top = 40
  131.         Width = 217
  132.         Height = 17
  133.         Caption = '&Find  file size in the range'
  134.         TabOrder = 1
  135.         OnClick = CSizeClick
  136.       end
  137.       object SizeMode: TComboBox
  138.         Left = 48
  139.         Top = 104
  140.         Width = 153
  141.         Height = 21
  142.         Style = csDropDownList
  143.         ItemHeight = 13
  144.         TabOrder = 2
  145.         Items.Strings = (
  146.           'Below (<=)'
  147.           'Above (>=)'
  148.           'Exact (=)')
  149.       end
  150.       object SelSize: TEdit
  151.         Left = 48
  152.         Top = 72
  153.         Width = 105
  154.         Height = 21
  155.         TabOrder = 3
  156.       end
  157.     end
  158.   end
  159.   object OKButt: TButton
  160.     Left = 125
  161.     Top = 208
  162.     Width = 75
  163.     Height = 25
  164.     Caption = '&OK'
  165.     Default = True
  166.     TabOrder = 1
  167.     OnClick = HelpButtClick
  168.   end
  169.   object CancelButt: TButton
  170.     Left = 206
  171.     Top = 208
  172.     Width = 75
  173.     Height = 25
  174.     Caption = '&Cancel'
  175.     TabOrder = 2
  176.     OnClick = CancelButtClick
  177.   end
  178.   object HB: TButton
  179.     Left = 287
  180.     Top = 208
  181.     Width = 75
  182.     Height = 25
  183.     Caption = '&Help'
  184.     TabOrder = 3
  185.     OnClick = HBClick
  186.   end
  187. end
  188.